home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000258_news@columbia.edu _Tue Feb 6 17:00:46 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id RAA02884
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 6 Feb 2001 17:00:39 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA29472
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 6 Feb 2001 16:45:12 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA29953
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 6 Feb 2001 16:34:33 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jrd@cc.usu.edu (Joe Doupnik)
  13. Subject: Re: Unrecognized com port
  14. Message-ID: <R5CBsHEH2Pqt@cc.usu.edu>
  15. Date: 6 Feb 01 14:04:18 MDT
  16. Organization: Utah State University
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <fvWf6.2909$IK6.47145@news6.giganews.com>, "Steve" <steve@baus-systems.com> writes:
  20. > Is there a list of reasons why I would get an unrecognized hardware when
  21. > trying to use a com port from time to time?  I am using 3.15 with Win98 2nd
  22. > Edition on a PC in my office and never have a problem yet a remote location
  23. > has the exact same OS and same com drivers and they have all sorts of com
  24. > issues.  I can not see any reason why as I have gone through the Using MSK
  25. > in 32 bit Windows list of issues and do not see anything that applies.  I
  26. > would have thought booting the PC to DOS would be one way around this but
  27. > that always gives errors.
  28. > Any help would be greatly appreciated,
  29. > Steve
  30. ---------
  31.     In a nut shell, Windows owns the hardware and may present a virtualized
  32. version of parts, if it feels generous that day. Competition for say a serial
  33. port means trouble.
  34.     Please keep in mind folks have a habit of both installing additional
  35. software, configuring new things, and adjusting the basic machine (Bios etc)
  36. so "same" does not apply to a particular machine from one week to the next.
  37.     Booting to DOS is trivial. Edit msdos.sys and have line BootGUI=0
  38. present. Type win to start the GUI when you are ready. I operate this way
  39. all the time (such as right now, using MSK to deal with email/etc).
  40.     Joe D.